Tootsville::Journal

Function

Journal names a function, with lambda list (&REST WORDS):

Add a staff journal entry or review last entries.

See also ‘INFINITY-JOURNAL’ for an Infinity Mode command for the same purpose.

Usage

To read the last journal entry, use #journal #last. To read the one before that, use #journal #last -1, and for farther back, use lesser (more negative) values of REFERENCE.

To read a journal entry relative to a certain user, use #ref.

To post a new journal entry, simply enter it after #journal. You can associate it with one or more users with #for.

#journal #last [REFERENCE]

#journal #ref USER [REFERENCE]

#journal [#for USER[,...]] ENTRY...

REFERENCE will always be zero or negative.

Examples

#journal #last
#journal #last -1
#journal #last -2

#journal #ref Pil #journal #ref Pil -1

#journal #for pil,zap Added a new game with Pil and Zap #journal #for mayor-louis Had to kick off mayor-louis for sedition

#journal Server game2 shut down for maintenance

File

Defined in file src/infinity/modern-ops.lisp.